home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / Release Notes / Known Problems - Samples < prev    next >
Encoding:
Text File  |  1996-09-18  |  9.2 KB  |  123 lines  |  [TEXT/ttxt]

  1. OpenDoc
  2. Development
  3. Framework
  4.                                                                                                                                                                                          
  5. Known Problems - Samples
  6. ODF Release 2                                                                                                                                                                  
  7.  
  8. The following is a list of the known problems in this release of ODF.  This includes the Radar Bug Tracking number, 
  9. the bug title, details of the problem, and, in some cases,  a workaround.
  10.  
  11.                                                                                                                                                                                          
  12. 1346390
  13. ODFBitmap does not support ChangeKind
  14.  
  15. Sometimes when both the Kind and Editor are changed in Part Info, the part's kind and editor are not changed.
  16.                                                                                                                                                                                          
  17. 1377239
  18. ODFBitmap doesn't support undo for paste
  19.                                                                                                                                                                                          
  20. 1376322
  21. ODFContainer doesn't redraw in zoom mode
  22.  
  23. While ODFContainer is in Zoom 50% mode, embedded parts leave traces behind when moved around the window.
  24.                                                                                                                                                                                          
  25. 1377293
  26. ODFContainer does not save background color
  27.  
  28. Create an ODFContainer document, change its background color, close and save it. When you reopen the 
  29. document it has the original light blue background.
  30.                                                                                                                                                                                          
  31. 1378983
  32. ODFContainer cannot embed itself
  33.  
  34. The problem is that ODFContainer doesn't know that you are trying to embed another ODFContainer into the original ODFContainer so it just assumes that you want to integrate the data, which it does do.
  35.                                                                                                                                                                                          
  36. 1269330
  37. ODFDraw does not call ODFacet::DrawnIn when embedded in offscreen canvas
  38.  
  39. When ODFDraw draws asynchonously (in response to MouseDown) it does not call ODFacet::DrawnIn().  This means the result of mousedown actions do not show up when the part is embedded in an offscreen canvas. Shapes are drawn, but shape handles (resulting from selection changes) are not.
  40.                                                                                                                                                                                          
  41. 1326552
  42. Zoomed ODFDraw border not respected by ODFClock
  43.  
  44. To reproduce: Embed ODFClock (analog) in ODFDraw.  Zoom ODFDraw to 200%.  Position clock so it extends beyond the right edge of the drawing area.  As the second hand sweeps by it will intrude into the vertical scroll bar slightly.
  45.  
  46. Also seen: intrusion into the horizontal scroll bar, and a 1-pixel whitespace gap between the second hand and the rulers at top or left.
  47.                                                                                                                                                                                          
  48. 1371429
  49. ODFDraw: LinkInfo menu item is never enabled
  50.  
  51. In ODFDraw, create a simple link.  When either the source or the destination is selected, the LinkInfo menu item is not enabled.
  52.                                                                                                                                                                                          
  53. 1372324
  54. ODFDraw: Can't select portion of link destination content
  55.  
  56. ODF Draw prevents selecting a portion of link destination content.  Though operations which modify or remove such a selection must be prevented, one should be able to create such a selection and copy it to the clipboard, or drag-copy it, according to the HI guidelines. It does allow selecting a single embedded frame that is part of a link, by clicking on its active border when the embedded part is active.
  57.                                                                                                                                                                                          
  58. 1377336
  59. ODFDraw has problems with scaled drawing
  60.  
  61. To reproduce:
  62. -Create new ODFDraw document with some other embedded parts.
  63. -Choose 50% or 200% zoom factor.
  64. -Select one of the embedded parts.
  65. Sometimes it does not draw the selection boarder around the whole embedded part.
  66.                                                                                                                                                                                          
  67. 1377337
  68. ODFDraw is too slow in drawing after a part has been embedded.
  69.                                                                                                                                                                                          
  70. 1381404
  71. ODFDraw: Embedded frame and part don't match sometimes
  72.  
  73. When resizing an embedded ODFDraw larger in an ODFDraw container, sometimes only the frame is resized.  The part inside still only occupies the original space, and the container backgound rather than the embedded content is visible in the remainder of the enlarged area.
  74.                                                                                                                                                                                          
  75. 1382486
  76. ODFDraw leaves dangling shape reference in promise
  77.  
  78. In ODFDraw, draw a shape, select, copy, undo drawing.  Now draw another shape.  You'll get an assertion failure fPromise  == 0 in ~CBaseShape.
  79.  
  80. No code is exercized when undoing the drawing removes the shape to make sure that any promise it is used in gets fulfilled.  When drawing the second shape, the redo stack is cleared, causing the action to be disposed and the removed shape to be deleted.  The assertion fails, because the shape's state correctly indicates that there is still a reference to it in a promise.
  81.                                                                                                                                                                                          
  82. 1357377
  83. Cyberdog web browser embedded in ODFEmbed does not update
  84.  
  85. Steps to reproduce:
  86. 1. Browse the web with Cyberdog to some web site
  87. 2. Drag URL icon to the desktop
  88. 3. Start up ODFEmbed stationery
  89. 4. Drag in the URL icon from the desktop
  90. 5. Resize ODFEmbed doc to very wide, then try very tall
  91. - often, Cyberdog browser does not draw completely leaving blue border where content should
  92. be.
  93. - hiding and showing the document does not help.
  94.  
  95. If you save the document and reopen it, it looks fine.
  96.                                                                                                                                                                                          
  97. 1377359
  98. ODFEmbed does not save the number of facets or the rotational order of the facets.
  99.                                                                                                                                                                                          
  100. 1329663
  101. ODFForm's controls are not updated in multiple frames (e.g. View in Window)
  102.                                                                                                                                                                                          
  103. 1339212
  104. ODFForm: Clicking or shift-clicking on selected item in ODFForm's FW_CListBox does not update the selection range correctly.
  105.                                                                                                                                                                                          
  106. 1363987
  107. ODFForm's MacApp or PowerPlant version doesn't embed correctly
  108.  
  109. When embedding ODF Form (built with the MacApp or PowerPlant views) into Container the scroll bars don't appear.  It works fine with the regular version of Form.
  110.                                                                                                                                                                                          
  111. 1372364
  112. ODFForm: crashes when pasting text into Additional Comments edit view
  113.                                                                                                                                                                                          
  114. 1378964
  115. ODFHello clones itself when it gets selected and then moved.
  116.  
  117. To reproduce: embed ODFHello in ODFDraw or ODFContainer. Activate ODFHello, then click inside it (not in the 
  118. border) and drag. A new copy of ODFHello is created.
  119.  
  120. What's happening is that the text in ODFHello is draggable, and if there are no other editors installed that handle text, 
  121. a new Hello part is created for the dropped text.
  122.  
  123.